func github.com/andybalholm/brotli.sortHuffmanTreeItems

2 uses

	github.com/andybalholm/brotli (current package)
		entropy_encode.go#L31: func sortHuffmanTreeItems(items []huffmanTree, n uint, comparator huffmanTreeComparator) {
		entropy_encode.go#L158: 		sortHuffmanTreeItems(tree, n, huffmanTreeComparator(sortHuffmanTree))